-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update deps #1444
Update deps #1444
Conversation
throw new Error('test error'); | ||
}, | ||
email => email, | ||
); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results from prettier update
"prettier": "1.13.7", | ||
"sane": "2.5.2" | ||
"prettier": "1.14.0", | ||
"sane": "3.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How valuable is the sane
upgrade? I know we would be stuck on 2.5
for a very long time if we don't upgrade it now, but the release nodes for 3.0
have nothing in them, which makes me think they bumped to 3.0
just so they could stop supporting node v9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sane was the only question but given node 9 isn't supported and won't be supported, I'm happy to see us upgrade everything as much as we can now.
No description provided.